Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create states from AUT header #52

Merged
merged 6 commits into from
Jul 1, 2022
Merged

Create states from AUT header #52

merged 6 commits into from
Jul 1, 2022

Conversation

ericcccsliu
Copy link
Contributor

Closes #51

Parses the number of states from the AUT header and uses the specified number of states in creating the output automaton.

Added test to ensure that AUT files with sink states (no outgoing transitions) are correctly parsed.

@mtf90 mtf90 self-requested a review June 29, 2022 22:35
Copy link
Member

@mtf90 mtf90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice contribution! There are only a few minor things that I would appreciate if you could address them. After that, I'm happy to merge the PR.

@ericcccsliu
Copy link
Contributor Author

Nice contribution! There are only a few minor things that I would appreciate if you could address them. After that, I'm happy to merge the PR.

Thank you! I've gone through and made the requested changes, and I also added some more informative exception messages for negative numbers and non-number state values. Let me know if there's anything else I can do!

@mtf90
Copy link
Member

mtf90 commented Jun 30, 2022

There appear to be some minor validation errors left (mainly formatting, etc.). You can run the checks yourself by activating the code-analysis profile (-Pcode-analysis) to your Maven invocation.

@mtf90 mtf90 merged commit c8a6441 into LearnLib:develop Jul 1, 2022
@mtf90
Copy link
Member

mtf90 commented Jul 1, 2022

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AUTParser only adds states with outgoing transitions
2 participants